Scheduler for UWP | ComponentOne
C1.C1Schedule Namespace / C1ObservableCollection<T> Class
The type of objects to keep in collection.
Members

In This Topic
    C1ObservableCollection<T> Class
    In This Topic
    The C1ObservableCollection<T> is the base class for all Collection derived collections. Supports notification.
    Object Model
    C1ObservableCollection<T> Class
    Syntax
    'Declaration
     
    
    <DefaultMemberAttribute("Item")>
    <DebuggerTypeProxyAttribute(System.Collections.Generic.Mscorlib_CollectionDebugView`1)>
    <DebuggerDisplayAttribute("Count = {Count}")>
    Public Class C1ObservableCollection(Of T) 
       Inherits System.Collections.ObjectModel.Collection(Of T)
    [DefaultMember("Item")]
    [DebuggerTypeProxy(System.Collections.Generic.Mscorlib_CollectionDebugView`1)]
    [DebuggerDisplay("Count = {Count}")]
    public class C1ObservableCollection<T> : System.Collections.ObjectModel.Collection<T> 
    Type Parameters
    T
    The type of objects to keep in collection.
    Inheritance Hierarchy

    System.Object
       System.Collections.ObjectModel.Collection<T>
          C1.C1Schedule.C1ObservableCollection<T>
             C1.C1Schedule.ActionCollection
             C1.C1Schedule.BaseList<T>
             C1.C1Schedule.ReminderCollection
             C1.Xaml.Schedule.CoverElementChunkCollection

    See Also